/* CSS Document */

.college {
  width: 100%;
  height: 548px;
  font-size: 0;
}

.college .college-title {
  text-align: center;
  padding: 30px 0 23px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.college .college-des {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.college ul {
  width: 1200px;
  margin: 45px auto 0;
  background-color: #fff;
}

.college ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  margin-bottom: 23px;
}

.college ul li:last-child {
  margin-right: 0;
}

.college ul li .college-list {
  font-size: 0;
  cursor: pointer;
}

.college ul li img {
  height: 175px; width:279px; border:1px solid #e5e5e5; border-bottom:0px;
}

.college ul li .list-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 50px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding-top: 13px;
  box-sizing: border-box;
}

.college .college-news {
  font-size: 14px;
  color: #666;
  width: 1200px;
  margin: 0 auto;
}

.college .college-news a {
  color: #666;
  display: inline-block;
  width: 280px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align:center;
  line-height:25px;
   
}

.college .college-news a:hover {
  color: #ff0000;
  text-decoration:none;
}

.college .college-news p {
  margin-top: 14px;
}
